home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / workbench / tools / czesc_1 / adformat / makefile < prev    next >
Makefile  |  1993-08-15  |  191b  |  15 lines

  1. #
  2. # ADFormat Makefile
  3. #
  4.  
  5. CFLAGS = -bs -hi global.sym -wq
  6. OBJ = adformat.o
  7.  
  8. adformat: global.sym $(OBJ)
  9.     ln -g $(OBJ) -o ADFormat -lc
  10.  
  11. global.sym: global.h
  12.     cc -ho global.sym global.h
  13.  
  14.  
  15.